@charset "utf-8";

/*
	Thank you kindly Eric Meyer for CSS reset code.
	Because browsers can't play with each other nicely, spoilt brats.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.group:after {clear: both;content: ".";display: block;height: 0;visibility: hidden;}
html.group {height: 1%;}
:first-child + html .group {min-height: 1px;}

body {
    line-height: 1;
    height: 100%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
    outline-style: none;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* END OF BROWSER CSS RESET. */

/*
	Click a Cab Global Style Sheet
	NEEDS TIDYING UP BIG TIME
*/

body,td,th {
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
}

body {

    /*background-image: url(/imgs/css/templates/public/standard/background_gradient.png);*/
    background-repeat: repeat-x;
    margin-top: 0px;
}

* {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    outline-style:none;
}

input[type=image] {
    outline: none;
}

input.spam-protected {
    display: none;
}
a:active, a:focus {outline: 0;}

a:link {
    color: #fc8e00;
}

a:visited {
    color: #fc8e00;
}

a:active {
    color: #fc8e00;
}

a:hover {
    outline-style:none;
}

a:focus {
    outline-style:none;
}

.cleaner{
    clear: both;
    margin: 0;
    padding: 0;
    height: 1px;
    overflow: hidden;
}
.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

h2 {
    font-size: 18px;
    color: #048bdc;
    clear: both;
}

.leftFloat {
    float: left;
	height: 100%;
}

.rightFloat {
    float: right;
}

textarea {
	resize: vertical;
}

/* Updated Styling For Locksmiths */

#site-title-container {
	margin-right: -100px;
}

#site-subtitle {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	margin-top: 2px;
	display: inline-block;
}

.sb-toggle-left.slidebar-button {
	display: none;
	float: right;
	cursor: pointer;
	margin: 12px;
	font-size: 38px;
	color: white;
	width: 30px;
	height: 25px;
	background-image: url("/imgs/taxicode-main/menu.png");
	background-size: 30px 25px;
}

/* @group Notifications */

.alert-message.error {
    border: 1px solid #CC0000;
    margin: 0 auto;
    width:  100%;
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
    background-color:  #FFEBE8;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}

.alert-message.success {
    border: none;
    margin: 0 auto;
    width:  800px;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:  #B6DAB0;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}

/* @end */

#alert {
    border: 1px solid #CC0000;
    margin: 0 auto;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:  #FFEBE8;
    color: #333333;
    text-align: center;
}

/* @group Main Divs */

#Centre_Column {
    margin: auto;
    width: 900px;
    height: 100%;
    position: relative;
}

#MainMenu {
    float: left;
    border: none;
	height: 100%;
	font-size: 0px;
}

#MainMenu li {
	display: inline-block;
	zoom: 1;
	height: 100%;
}

#MainMenu a {
	font-weight: normal;
	color: white;
	font-size: 15px;
	font-family: 'Oxygen', Arial, sans-serif;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

#MainMenu a:link {
    text-decoration: none;
}

#MainMenu a:hover {
    text-decoration: underline;
    background: #FBB815;
    box-shadow: inset 0px 0px 3px rgba(0,0,0,0.25);
}

#MainMenu a span {
	display: inline-block;
	margin: 5px 0;
    padding: 0 25px;
}

#background-map {
	width: 100%;
}

/* @end */
/* @group Top Navigation */

#Top_Navigation {
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: rgb(53,110,149);
}

.underShadow {
    -moz-box-shadow: 0px 3px 5px #666;
    -webkit-box-shadow: 0px 3px 5px #666;
    box-shadow: 0px 3px 5px #666;
    height: 1px;
    margin-top: -3px;
}

#Top_Navigation_Utmost {
    height: 60px;
    width: 100%;
    padding-top: 15px;
}

/* @end */
/* @group  Top Nav Right */

#Top_Navigation_right {
    width: 300px;
    float: right;
    padding-top: 5px;
}

#International {
    padding-top: 5px;
    padding-left: 80px;
    width: 120px;
    height: 0px;
    text-align: right;
    display: none;
}

#International #Flags {
    margin-right: 20px;
}

#International img {
    padding-top: 3px;
    padding-right: 2px;
    cursor: pointer;
}

#Phone_number div {
    margin: 0;
    padding: 0;
    text-align: right;
}

#Phone_number a {
    width: 300px;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
    color: #048cde;
    text-align: right;
    text-decoration: none;
    position: absolute;
}

/* @end */
/* @group Top Nav Left */

#Top_Navigation_left {
    width: 450px;
    float: left;
}

#Top_Navigation_left #Icon {
    float: left;
    padding-right: 15px;
}

#Top_Navigation_left #Text {
}

#Top_Navigation_left #Site_Title {
    color: #048cde;
    font-size: 30px;
}

#Top_Navigation_left #Site_Blurb {
    color:  #535353;
    font-size: 14px;
    line-height: 20px;
}
/* @end */
/* @group Top Navigation Menu */

#Top_Navigation_Menu {
    width: 100%;
    height: 50px;
    background-image:url('/imgs/css/templates/public/standard/lang_images/en/menu_bar.png');
    background-position:bottom;
    background-repeat: no-repeat;
}

#Top_Navigation_Menu dl {
    padding-left: 10px;
}

#Top_Navigation_Menu dd {
    float: left;
    margin-top: -4px;
    cursor: pointer;
    margin-right: 5px;
}

/* @end */

/* @group Banner */

#Banner, .banners {
    width: 600px;
    height: 180px;
    border-radius: 0px 20px 0px 20px;
    border: 1px solid #CCCCCC;
    background-color: #F3F3F3;
    position: relative;
}
#locksmithPartnerLink {
    position: absolute;
    display: block;   
    height: 30px;
    width: 300px;
    top: 143px;
    left: 299px;
}
#locksmithPartnerLink a {        
    display: block;
    height: 100%;
    text-indent: -9000px;	
}

#Local_Info {
    width: 602px;
    height: 50px;
    border-radius: 0px 0px 0px 20px;
    background-color: #F3F3F3;
    z-index: 1;
}

/* @end */
/* @group Main Content */

#Middle_Content {
    width: 100%;
    background-color: rgba(255,255,255, 0.8);
    padding: 10px;
}

/* @group Left Column */

#Left_Column {
    float: left;
    width: 300px;
}

#Left_Column #Windows {
    margin-top: 25px;
}

#Left_Column #Windows div {
    margin: 0 auto;
    margin-bottom: 15px;
}
/* @end */

/* @group Right Column */
#Right_Column {
    float: right;
    width: 600px;
}

#Full_Column {
    width: 900px;
}

#BookOnlineArrows {
    margin-top: 0px;
}

#BookOnlineBanner {
    width: 600px;
    height: 10px;
    /*background-image: url('/imgs/booking_steps.png');
    background-repeat: no-repeat;*/
}

#Promos {
    margin-top: 20px;
}

#Promos p {
    text-align: right;
    padding-top: 5px;
    font-size: 11px;
    color: #191919;
}

#Promos img {
    margin-right: 13px;
    border: none;
}

#Promos a:visited {
    border: none;
}

#Promos .last {
    margin-right: 0px;
}

#Promos_Text {
    height: 50px;
    width: 600px;
    margin-top: 10px;
}

#Promos_Text #Stack_Bg {
    background-image: url('/imgs/css/templates/public/standard/stack_booknow_left.png');
    background-repeat: no-repeat;
    height: 34px;
    width: 600px;
    font-size: 12px;
    color: #FFFFFF;
}

#Promos_Text #Stack_Txt {
    padding-left: 30px;
    float:  left;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #FFFFFF;
}

#Promos_Text #Stack_Btn {
    float: right;
    background-image: url('/imgs/css/templates/public/standard/stack_booknow_right.png');
    background-repeat:  no-repeat;
    height: 33px;
    width: 159px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top:  1px;
}

#Promos_Text #Stack_Btn p {
    line-height: 34px;
    color: #ffffff;
}

#Promos_Text a {
    text-decoration: none;
    outline-width: 0px;
}

#Promos_Text #Stack_Btn a {
    text-decoration: none;
    outline-width: 0px;
}

#Promos_Text #Stack_Btn:hover {
    background-position: -159px;
}

#Textual_Content {
    min-height: 500px;
}
#Textual_Content, #Error_Content {    
    background-color: #ffffff;
    width: 600px;
    padding-top: 20px;
    padding-bottom: 0px;
    border: 1px solid #cccccc;
    border-radius: 0px 15px 15px 15px;
    -webkit-border-radius: 1 0px 15px 15px 15px;
    -moz-border-radius:  0px 15px 15px 15px;
    line-height: 16px;
}

#Textual_Content dl {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

#Textual_Content p {
    margin:  5px;
    margin-bottom: 10px;
}

#Textual_Content dt, #Error_Content h2.errorHeader, #Textual_Content h2.textualHeader {
    padding-bottom: 5px;
    border-bottom: 1px solid #D5D5D5;
    font-size: 20px;
    color: #fc8e00;
    font-weight: 600;
}

#Textual_Content h2.textualHeader {
    margin-bottom: 20px;
}

.textualHeaderText {
    float: right;
    color: #666;
    font-size: 14px;
}

#Textual_Content h2 {
	margin: 0px 30px;
}
.error-page {
	margin: 120px 40px !important;
	padding: 40px 30px !important;
	font-size: 13px;
	border-radius: 10px !important;
}			
.error-page dt{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

#Textual_Content dd {
    padding-top: 10px;
    border-top: 1px solid #FFFFFF;
}

#Textual_Content ul {
    margin-top:  15px;
    margin-bottom:  15px;
    margin-right: 25px;
    list-style: none;
    padding-left: 20px;
}

#Textual_Content li {
    padding-left: 20px;
    background-image:  url(/imgs/common/tick.png);
    background-size: 12px 12px;
    background-repeat:  no-repeat;
    background-position: 0% 50%;
    padding-bottom: 3px;
    clear: both;
}

#Textual_Content .listTitle {
    font-size: 14px;
    color: #048bdc;
    font-weight: 600;
    list-style: none;
    padding-left: 0;
    background-image:  none;
}

#Textual_Content .list {
    display: table;
    margin: 0 auto;
}

h2.errorHeader {
    margin: 0px 30px 30px 30px;
}     
h2.errorHeader {
	margin-bottom: 20px;
}

/* @end */

/* @group Image Sprites */


#Sprt_Instant_Quote {
    width: 149px;
    height: 42px;
}

#Sprt_Credit_Cards {
    width: 177px;
    height: 86px;
    background-image: url('/imgs/css/templates/public/standard/lang_images/en/creditcards.png');    
}

#Sprt_Carbon_Offsetting {
    width: 185px;
    height: 91px;
}

#UltimateLocksTwentyFour {    
    background-image: url('/imgs/locksmiths/logotwentyfour.png');
    width: 266px;
    height: 97px;
}

#Sprt_Secured_By_Sage{    
    width: 177px;
    height: 63px;;
    background-image: url('/imgs/css/templates/public/standard/SecuredBySagePay.png');
}
/* @end */

/* @group Footer */
#Bottom_Footer {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #535353;
    margin-top: 10px;
}

#Bottom_Footer p:first-child {
	text-align: center;
}

#Bottom_Footer .payment-logo {
    cursor: pointer;
    vertical-align: middle; 
    margin: 8px 10px; 
}

.single_column #Bottom_Footer {
    width: 800px;
}

#confirmation_details {
    text-align: center;
    font-size: 14px;
    padding: 25px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #cccccc;
    margin: 0 auto;
    color: #525252;
    background-color: #90C3E7;
}

#warning_message {
    text-align: left;
    font-size: 14px;
    padding: 25px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #cccccc;
    margin: 0 auto;
    color: #525252;
    background-color: #FFEBE8;
}

#warning_message p {
    padding-top: 10px;
    padding-bottom: 5px;
}

#confirmation_details  dt{
    font-size: 14px;
}

#confirmation_details p {
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: left;
}

.route_information dt {
    font-weight:  bold;
}

.route_information img {
    border: 1px solid #CCCCCC;
}

.vehicleChoice {
    text-align: right;
}

#Booking_Form legend {
    font-weight: bold;
    padding-top: 15px;
    font-size: 14px;
    color: #D4E3F5;
}

.small-italic {
    font-size: 10px;
    font-style: italic;
}

#form_list {
    text-align: left;
}

#form_list dl {
    border: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    width: 100%;
    clear: both;
}

#form_list dt {
    float: left;
    padding-bottom: 5px;
    border-bottom: none;
    font-size: 12px;
    color: #535353;
    font-weight: normal;
}

#form_list dd {
    float: right;
    text-align: right;
    padding-top: 0px;
    border-top: 1px solid #FFFFFF;
}

.signup_form {
    background-color: #cccccc;
}

#faq_list dl {
    border: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    width: 100%;
    text-align:  left;
    clear: both;
}

#faq_list dt {
    padding-bottom: 5px;
    border-bottom: none;
    font-size: 14px;
    color: #535353;
    font-weight: normal;
    font-weight: bold;
}

#faq_list .question {
    font-weight: bold;
    font-style: italic;
}

.paymentsform select {
    width: 205px;
}

.waiting_message {
    background-color: #B2D5AC;
    border-top: #999999;
    border-bottom: #999999;
    height: 0px;
    display: none;
    color: #535353;
}

.middle_padding {
    padding: 10px;
    padding-bottom: 0px;
}

.waiting_message .content {
    padding: 15px;
    font-size: 12px;
    color: #535353;
}

.waiting_message .title {
    font-size: 14px;
    font-weight: bold;
}

.extended_select {
    width: 510px;
}

ol.checkout-progress
{
    position: relative;
    display: block;
    width: 550px;
    margin-top: 15px;
    float: right;
    border-top: 1px #ffffff solid;
    font-size: 10px;
}

ol.checkout-progress li {
    width: 91px;
    margin: 0;
    padding: 0;
    display: inline;
    background-image: url(/imgs/css/templates/public/standard/toparrow.png);
    background-position: top center;
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    padding-top: 6px;
    color: #FFFFFF;
}

ol.checkout-progress li.complete {
    color: #CECECE;
    background-image: url(/imgs/css/templates/public/standard/toparrow-complete.png);
}

ol.checkout-progress li.complete a{
    color: #CECECE;
    text-decoration: none;
    border-bottom: none;
}

ol.checkout-progress li.complete a:hover {
    color: white;
}

ol.checkout-progress li.current {
    color: #90C3E7;
    font-weight: bold;
}

ol.checkout-progress li.current a{
    text-decoration: none;
    border-bottom: none;
}

.floatLeft {
    float: left;
    text-align: left;
    overflow: hidden;
}

.login_buttons {
    width: 480px;
    margin: 0 auto;
}

.proceed_button {
    width: 175px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.login_buttons div {
    float:left;
    margin-bottom: 30px;
    margin-right: 20px;
}

div.fieldset {
    border: none;
    padding: 25px;
    padding-bottom: 0px;
    border-bottom: 1px #ffffff dotted;
}

.cleaner {
    padding: 0;
    margin: 0;
    height: 0;
}

#securepay {
    text-align: left;
    margin-left: 50px;
    width: 440px;
    margin-bottom: 25px;
}

#securepay b {
    color: #90C3E7;
}

#securepay img {
    text-decoration: none;
}

.fieldset_button a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
}

#register_panel {
    background-color: #535353;
}

.option_text {
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #B6DAB0;
}

.reg_options {
    width: 375px;
    margin-bottom: 25px;
}

.reg_options ul {
    list-style: square;
    padding-left: 25px;
}

.clear_select {
    text-align: right;
    font-weight: bold;
    cursor: pointer;
}

input:focus[type=image] {
    outline-style: none;
    outline: none;
    border: none;
}

#LiveChat {
    width: 180px;
    text-align: center;
}

#cBook_people {
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    padding-top: 3px;
    width: 40px;
}

#BookOnlineArrows {
}

#BookOnlineArrows .Arrow_Runner {
    display: block;
}

.Arrow_Runner_NoScript {
    background-image: url('/imgs/css/templates/public/standard/BookOnlineArrows.png');
    height: 65px;
    width: 569px;
    margin-bottom: 10px;
    padding-top: 12px;
    line-height: 32px;
    color: white;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 35px;
    overflow: hidden;
}

.Arrow_Runner {
    display: block;
    height: 53px;
    overflow: hidden;
}

.Arrow_Runner div {
    display: none;
}

.Arrow_Runner .Left_Side {
    background-image: url('/imgs/css/templates/public/standard/arrow_sidearrow.png');
    height: 56px;
    width: 33px;
    float: right;
}

.Arrow_Runner .Arrow_Body {
    background-color: #535353;
    height: 32px;
    float: right;
    margin-top: 12px;
    line-height: 32px;
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
}

.Arrow_Runner .Right_Side {
    background-image: url('/imgs/css/templates/public/standard/arrow_endcurve.png');
    height: 56px;
    width: 14px;
    float: right;
    right: 0;
}

.Arrow_Runner_Lower {
    width: 100%;
    display: block;
    max-height: 32px;
    margin: 0;
    margin-top: -9px;
    margin-bottom: 3px;
}

.Arrow_Runner_Lower div {
    background-image: url('/imgs/css/templates/public/standard/arrow_downarrow.png');
    background-position: bottom;
    height: 0px;
    display: none;
    width: 56px;
    float: left;
    margin-left: 95px;
}

.Arrow_Runner_Lower .DownArrow1 {
    margin-left: 40px;
}

.paymentsform small {
    font-size: 10px;
}

.promo_direction_buttons input {
    float: left;
    width: 300px;
    margin: 25px;
    height: 50px;
    background-color: #008AE2;
    border: none;
    font-size: 12px;
    color: white;
    font-weight: normal;
    font-family: helvetica, arial;
    letter-spacing: 1px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius-topleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    cursor: pointer;
}

.promo_direction_buttons input:hover {
    background-color: #043474;
}

#Promo_Gap {
    height: 20px;
}

#promo_table th {
    text-align: center;
    padding-bottom: 10px;
    background-color: #535353;
    color: white;
    padding: 5px;
    vertical-align: middle;
}

#promo_table td {
    padding: 8px;
    text-align: center;
}

.contact_form {
    font-size: 12px;
}

.contact_form p {
    font-weight: bold;
    padding-bottom: 5px;
}

.contact_form input[type="text"], .contact_form textarea {
    font-size: 16px;
    padding: 3px;
    width: 100%;
    color: #535353;
}

.contact_form .Form_Error {
    background-color: rgb(204, 0, 0);
    color: white;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0;
    padding: 3px;
}

.contact_form textarea {
    height: 100px;
}

.companyDetails {
    padding: 20px;
    background-color: #F9F9F9;
    margin-bottom: 15px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.companyDetails address {
    padding-left: 20px;
}

.vehiclePriceColumn {
    display: none;
}

.ServiceProvider {
    text-align: right;
    font-size: 10px;
    font-weight: bold;
}

.SaloonNotice {
    font-size: 10px;
    text-align: center;
    padding-top: 5px;
}

.iq_stage_text {
    background-color: #048CDE;
    border-top: #999999;
    border-bottom: #999999;
    color: white;
    text-align: center;
    padding: 3px;
    letter-spacing: 1px;
}

#logo_header {
    height: 90px;
    text-align: center;
}

.single_column_padding h1 {
    padding: 15px;
    font-size: 14px;
    color: #90C3E7;
}

.single_column_padding h2 {
    padding: 15px;
    font-size: 12px;
    color: #90C3E7;
}

.single_column_padding p {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.1em;
}

.single_column_padding strong {

}

#siteseal {
	padding: 15px;
}

#Content_Header {
    width: 100%;
    height: 70px;
    background-color: #555555;
    background-image: url('/imgs/common/banner.php?c=black');
    background-size: 32px 70px;
    border-bottom: 1px solid #000000;
}

#Content_Header .leftFloat {    
    position: relative;
    width: 520px;
}

#Content_Header .brandLogo{    
    background-image: url('/imgs/locksmiths/logoultimate.png');
    position: absolute;
    top: 6px;
    left: 295px;
    height: 50px;
    width: 224px;
}

#Content_Header .Content {
    margin: 0 auto;
    width: 900px;
    color: white;
}

#Content_Header h1 {
    color: white;
    font-size: 27px;
    font-weight: normal;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    margin-top: 8px;
}

#Content_Header h2 {
    font-size: 12px;
    color: #FFFFFF;
}

#Content_Header h2 a {
    color: white;
    font-size: 25px;
    font-weight: normal;
    text-decoration: none;
}

#Content_Header h2 a:hover {
    text-decoration: underline;
}

#Content_Header h3 {
    margin-top: 8px;
}

/*
    Site Telephone
*/

#Content_Header .rightFloat {
    left: 987px;
    height: 80px;
    width: 275px;
    /*background-image: url('/imgs/common/telephone_background.png');*/
    background-repeat: repeat-x;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

#Content_Header .rightFloat.siteTelephone {
    padding-left: 0;
    padding-right: 0;
}

.siteTelephone .top {
    background-image: url('/imgs/common/telephone_callusnow.png');
    background-size: 140px 21px;
    background-repeat: no-repeat;
    height: 21px;
    line-height: 21px;
    font-size: 10px;
    color: #313131;
    margin: 5px;
    text-align: right;
}

.siteTelephone .top.taxicode {
    background-image: none;
    text-align: center;
}

.siteTelephone .telephone {
    font-size: 28px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    color: #ffffff;
	font-family: 'Oxygen', Arial, sans-serif;
}

.siteTelephone .telephone img {
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 10%;
	margin-top: 5px;
}

.siteTelephone .telephone a {
    border: none;
    text-decoration: none;
    color: #ffffff;
	float: right;
}

.directedNumber {
	font-size: 20px !important;
}
	
#Content_Support {
    border-top: 1px solid #FFD01F;
    width: 100%;
    height: 38px;
    line-height: 25px;
    color: white;
    background-color: #000000;
    z-index: 10;
}

#Content_Support .Content {
    width: 900px;
	height: 100%;
    margin: 0 auto;
}

#Content_Menu {
    width: 894px;
    background-color: #F3F3F3;
    height: 25px;
    margin: 0 auto;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #CCCCCC;
    border-top: none;
    padding: 3px;
}

#Social_Links {
    text-align: right;
    height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#Social_Links div {
    float: right;
}

#Social_Links .facebook {
    color: #3B5998;
    height: 25px;
    margin-top: 3px;
}

#Social_Links .twitter {
    height: 30px;
    margin-top: 3px;
    width: 115px;
}

#Social_Links .gplus {
    margin-top: 3px;
    margin-right: 7px;
}

.SaveBookingForm dt {
        float: left;
        height: 35px;
        line-height: 35px;
        padding: 5px;
        padding-left: 15px;
        font-weight: bold;
}

.SaveBookingForm dd {
        float: right;
        height: 35px;
        line-height: 35px;
        padding: 5px;
}

.SaveBookingForm input[type="text"] {
    width: 200px;
}

.SaveBookingForm small {
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
}

.SaveBookingForm input[type="submit"] {
    margin: 10px;
    font-size: 12px;
    font-weight: bold;
}

/* Social Integration Style STARTS */
#Social_Links_Top_rel{       
	margin: 0 auto;
	position: relative;
	width: 900px;
}
#Social_Links_Top_abs{
	position: absolute;
	right: 295px;
	text-align: center;
	width: 285px;
	line-height: 24px;
	margin-top: -5px;
}
#Social_Links_Left {        
	width: 280px;
	margin-bottom: 20px !important;
	text-align: center !important;		
	line-height: 25px;		
}
#facebook {
	vertical-align: bottom;
	line-height: 10px;
	padding-right: 15px;
}    
#googlePlus {		
	vertical-align: bottom;
}

#gPlusAdd #___plusone_0{
	width: 62px !important;
	vertical-align: bottom !important;
}
#linkedIn .IN-widget{       
	vertical-align: bottom !important;
	height: 20px !important;        
}
.twitter-share-button {
	vertical-align: bottom; 
}
.fb_edge_widget_with_comment {
	width: 70px;
	vertical-align: bottom;	
}	
/* Social Integration Style ENDS*/
.public, .mobile {
	font-size: 28px;
}
.public {
	display: block;		
	margin-bottom: 13px;
}
.mobile {
	display: block;
}
.tel-sign {
	background-position: 0px -1px !important;	
	background-image: url("/imgs/bootstrap/tel_icon.png");				
	background-repeat: no-repeat;
	background-size: 20px auto;
	display: inline-block;
	height: 26px;
	line-height: 6px;
	vertical-align: text-bottom;
	width: 21px;
}
.mobile-sign {
	background-position: 2px 1px !important;
	background-image: url("/imgs/bootstrap/glyphicons_336_iphone_shake.png");
	background-position: 11px 11px;
	background-size: 14px auto;
	background-repeat: no-repeat;
	display: inline-block;
	height: 23px;
	line-height: 6px;
	vertical-align: text-bottom;
	width: 19px;
}	
/*payment widget*/
.locksmith-payment .cb_Right{
	margin-bottom: 0px !important;
}
#Make_Payment_Widget {
	margin-top: 7px;
}
/*Send Feedback widget style STARTS*/
#SendFeedback {
	margin-bottom: 10px;
	margin-top: 7px;
}
#SendFeedback .error {
    background: none repeat scroll 0 0 #F9F9DE;
    border: 1px solid #DD4B39 !important;
}
#SendFeedback label.error {
	display: none !important;
}
#SendFeedback .help-text {
	margin-top: 7px !important;
	line-height: 14px;
	font-size: 10px;
}
#SendFeedbackToggleBarSelected, #SendFeedbackToggleBar {
    background: url('/imgs/common/thumbsup_logo.png') no-repeat scroll 3.3em 0 transparent;
    padding: 10px 10px 10px 40px;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
}
#SendFeedbackToggleBar {             
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #333333;
    display: none;
}
#SendFeedbackToggleBar:hover, #SendFeedbackToggleBarSelected {
    background-color: #3E3E3E;
    color: #ffffff;    
}
#SendFeedbackToggleBarSelected {    
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;            
    display: none;
}
#SendFeedback .dotted, #paymentButton .dotted{
    border-bottom: 1px dotted #3E3E3E;
}
#SendFeedbackMiddle {
    color: #535353;
    display: none;
}
#SendFeedbackFooter {
    display: none;
}
.sendfeedback_element {
    border-left: 1px solid #3E3E3E;
    border-right: 1px solid #3E3E3E;
    background-color: #eeeeee;            
    padding: 6px 0px 6px 10px; 
	margin-bottom: 0px !important;
}
#SendFeedback .sf_Left {    
    width: 70px;
    text-align: right !important;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 21px;
}
#SendFeedback .sf_Right {    
    float: right;
    width: 185px;
    margin-right: 10px !important;   
}        
#SendFeedback input, #SendFeedback select, #SendFeedback textarea {
    border: 1px solid gray !important;
    font-size: 13px !important;	
}
#SendFeedback input {    
    height: 15px !important;
    padding: 4px !important;    
    width: 175px !important;
}
#SendFeedback select {    
    width: 185px !important;    
}
#SendFeedback textarea {
    width: 185px;
	font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
}
#SendFeedback .sf_Error{
    clear: both;
    color: #DA5946;
    display: block;
    font-weight: bold;           
    text-align: center;
}        
#SendFeedbackFooter {    
    background-color: #EEEEEE;            
    height: 10px;   
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #3E3E3E;
    border-top: 0px;            
}
#Submit_Field_Feedback .button:hover {
    background-position: -253px 50%;
}
#Submit_Field_Feedback .button.getprice {
    background-image: url("/imgs/locksmiths/send_feedback_locks.png");       
}
#Submit_Field_Feedback .button {
    background-repeat: no-repeat;
    cursor: pointer;
    height: 37px;
    margin: 0 auto;
    width: 252px;
} 	
#SendFeedbackMiddle, #SendFeedbackToggleBarSelected {
	margin-bottom: 0px !important;
}
#SendFeedback #Left_Column #Windows div {
	margin-bottom: 0px !important;
}
/*Send Feedback widget style ENDS*/
/*override testimonial color scheme*/
#TestimonialHeader h2, #TestimonialBody .highlight {
	color: #FC8E00 !important
}
#TestimonialBody.hideScroll {
    overflow-y: hidden;
}
#callbackTime select {
	width: 100% !important;
}
/*Area Availabe Styles*/
.area-available {   
    color: #333333;
    font-size: 43px;
    font-weight: bold;
    text-align: center;
    padding: 0px 20px 20px 20px;
    line-height: 64px;    
    text-align: center;
    text-transform: uppercase;
}
#AreaAvailableHire {
	width: 285px;
	margin-bottom: 10px;
	cursor: pointer;
}
#AreaAvailableHeader {
    background-color: #EEEEEE;            
    height: 10px;   
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;  
    border: 1px solid #3E3E3E;
    border-bottom: 0px; 
}
#AreaAvailableMiddle {
	background: #EEEEEE;
	border-left: 1px solid #3E3E3E;
	border-right: 1px solid #3E3E3E;
}
#AreaAvailableFooter {    
    background-color: #EEEEEE;            
    height: 10px;   
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #3E3E3E;
    border-top: 0px;            
}

#Contact_Number_Mobile {
	display: none;
}

#Contact_Number_Mobile .mobile:first-child {
	margin-top: 15px;
}

#burgerBackground {
	display: none;
	z-index: 99999;
	opacity: 0.4;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #808080;
}

#burgerMainMenu {
	display: none;
	opacity: 1;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100000;
	background: #3e3e3e;
	text-align: center;
	width: 200px;
	height: 100%;
}

#burgerMainMenu li  {
	height: 42px;
}

#burgerMainMenu li:hover {
	text-decoration: none;
	background: #00486B;
	box-shadow: inset 0px 0px 3px rgba(0,0,0,0.25);
}

#burgerMainMenu a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #ffffff;
	height: 100%;
	line-height: 42px;
}

#Middle #Step1 label {
    font-size: 11px;
}

.button:hover, #paymentMiddle .button.locks-button:hover,
#Submit_Field_Feedback .button.locks-button:hover, .locks-button.locks-button-small:hover,
#BIQ #Submit_Field .button.locks-button:hover {
   background: linear-gradient(to bottom, #f1e767 0%,#feb645 100%);
   height: initial;
}

.locks-button, #paymentMiddle .button.locks-button,
#Submit_Field_Feedback .button.locks-button, #BIQ #Submit_Field .button.locks-button {
    display: block;
    color: white;
    border-radius: 15px;
    width: 252px;
    height: initial;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
    border-top: 0 solid transparent;
    border-bottom: 1px solid #002B4D;
    border-left: none;
    border-right: none;
    background: linear-gradient(#ffd002 0%,#ff9e02 100%);
    background: -moz-linear-gradient(top,  #ffd002 0%, #ff9e02 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd002), color-stop(100%,#ff9e02)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffd002 0%,#ff9e02 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffd002 0%,#ff9e02 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffd002 0%,#ff9e02 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd002', endColorstr='#ff9e02',GradientType=0 ); /* IE6-8 */
    cursor: pointer;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.locks-button-small {
    padding: 1px 20px;
    line-height: 23px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width: initial;
}

#TestimonialWidget {
    background: white;
}

.testimonial-overall-rating {
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
    padding: 5px 0;
}

.star-bar {
    width: 160px;
    height: 32px;
    display: inline-block;
    zoom: .6;
    background: #999999;
    text-align: left;
    line-height: 32px;
}

.overall-rating-count {
    color: black;
    font-style: normal;
    font-size: 15px;
    position: relative;
    bottom: 4px;
}

.star-bar > div, .star-bar > .fill {
    height: 32px;
    margin-bottom: -32px;
    display: block;
    background: #FCA205;
    width: 0%;
}

.star-bar:after {
    width: 160px;
    height: 32px;
    display: inline-block;
    zoom: 1;
    background-image: url("/imgs/common/bg_star_white.png");
    background-size: 32px 32px;
    font-size: 0px;
    content: " ";
}
/* @group Booking Widget */

#BIQ, .widget {
    width: 285px;
    font-family: Arial,Helvetica,sans-serif;
}

#BIQ h4 {
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    font-weight: normal;
}

#BIQ #Header {
    height: 30px;
    line-height: 30px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #3e3e3e;
    background-repeat: repeat-x;
    background-position: bottom;
    border-radius: 10px 10px 0px 0px; 
    -moz-border-radius: 10px 10px 0px 0px; 
    -webkit-border-radius: 10px 10px 0px 0px;
    border: 1px solid #3e3e3e;
    border-bottom: none;
}

#BIQ #Header .leftFloat {
    font-size: 16px;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}

#BIQ #Header .rightFloat {
    height: 22px;
    line-height: 22px;
    padding-top: 5px;
    color: white;
}

#BIQ #Top {
    height: 25px;
    width: 285px;
    overflow: hidden;
}

#BIQ #Top #Top_Left {
    float: left;
    height: 25px;
    width: 250px;
    background-color: #535353;
}

#BIQ #Top #Top_Left p {
    color: #FFFFFF;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    letter-spacing: 0.5px;
    text-align: left;
}

#BIQ #Top #Top_Right {
    float: right;
    width: 35px;
    height: 25px;
    background-image: url('/imgs/css/templates/public/standard/quotebox/top-right-corner.png');
}

#BIQ #Top #Top_Left {
    float: left;
    height: 20px;
    line-height: 20px;
    width: 250px;
    background-color: #535353;
    color: #F1F1F1;
    font-size: 10px;
    text-align: center;
}

#BIQ #Top #Top_Right {
    float: right;
    width: 35px;
    height: 20px;
    background-image: url('/imgs/css/templates/public/standard/quotebox/top-right-corner.png');
}

#BIQ .BookingSteps {
    width: 285px;
    overflow: hidden;
}

#BIQ .BookingSteps dd {
    position: absolute;
    background-repeat: no-repeat;
    height: 50px;
    width: 109px;
    margin-left: -24px;
    color: white;
    font-size: 10px;
    float: left;
}

#BIQ .BookingSteps .step1 {
    background-image: url('/imgs/booking_step1.png');
    background-position: -24px;
    margin: 0;
    z-index: 4;
    margin-left: 0px;
    border-color: green;
}

#BIQ .BookingSteps .step2 {
    background-image: url('/imgs/booking_step2.png');
    left: 71px;
    z-index: 3;
    border-color: blueviolet;
}
#BIQ .BookingSteps .step3 {
    background-image: url('/imgs/booking_step3.png');
    z-index: 2;
    left: 142px;
    border-color: blue;
}
#BIQ .BookingSteps .step4 {
    background-image: url('/imgs/booking_step4.png');
    width: 95px;
    z-index: 1;
    left: 214px;
    border-color: red;
}

#BIQ #Middle {
    width: 100%;
    background-color: #535353;
    height: 100%;
}

#BIQ #Bottom.widget {
    background-color: #535353;
}

#BIQ #Bottom {
    height: 20px;
    width: 100%;
    border-radius: 0px 0px 10px 10px; 
    -moz-border-radius: 0px 0px 10px 10px; 
    -webkit-border-radius: 0px 0px 10px 10px;
}

#BIQ #Bottom #Bottom_Left {
    float: left;
    width: 95px;
    height: 10px;
    background-position: bottom;
}

#BIQ #Bottom #Bottom_Middle {
    float: left;
    width: 105px;
    height: 10px;
    background-repeat: repeat-x;
    background-position: bottom;
}

#BIQ #Bottom #Bottom_Right_Fill {
    width: 85px;
    height: 10px;
    float: right;
}

#BIQ #Bottom #Bottom_Right {
    width: 85px;
    height: 10px;
    float: right;
    background-repeat: no-repeat;
    background-position: bottom;
}

#BIQ .BIQ_Element {
    background-repeat: repeat-x;
    background-position: bottom;
    border-left: 3px solid #535353;
}

#BIQ #Price_Field.BIQ_Element {
    border-left: none;
}

#BIQ .BIQ_Element.Non_Field {
    border-left: 3px #333333 solid;
}

#BIQ .BIQ_Element.Non_Field:hover {
    border-left: 3px #333333 solid;
    background-color: #333333;
}

#BIQ .BIQ_Element .floatLeft, #BIQ .BIQ_Element .floatRight {
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 20px;
}

#BIQ .BIQ_Element p {
    color: #FFFFFF;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#BIQ .BIQ_Element .floatLeft {
    width: 57px;
    padding-right: 5px;
    text-align: right;
}

#BIQ .BIQ_Element.field_confirmed {
    border-left: 3px solid rgb(161,192,59);
}

#BIQ .BIQ_Element.field_error {
    border-left: 3px solid rgb(220,91,65);
}

#BIQ #Bottom #Bottom_Middle a,  #BIQ #Bottom #Bottom_Right_Fill a {
    color: white;
    line-height: 20px;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px dotted white;
    padding: 0px;
    letter-spacing: 0.5px;
}

#BIQ #Bottom #Bottom_Middle a:hover, #BIQ #Bottom #Bottom_Right_Fill a:hover {
    border-bottom: 1px solid white;
}

#BIQ #Switch_Promo_Field {
    background-color: rgb(255,161,0);
    background-image: none;
    text-align: right;
    padding: 4px;
    padding-right: 20px;
    cursor: pointer;
    letter-spacing: 1px;
    border-top: none;
    background-image: url('/imgs/css/templates/public/standard/switchpromo.png');
    background-repeat: no-repeat;
    background-position: 15px 50%;
    color: white;
    font-size: 12px;
}

#BIQ #Switch_Promo_Field:hover {
    background-color: rgb(244,121,32);
    background-position: -66px 50%;
}

#BIQ .Add_Box {
    display: none;
    cursor: pointer;
    line-height: 20px;
}

.Arrow_Left {
    border-color: transparent transparent #048cde #048cde;
    border-style:solid;
    border-width: 10px 10px 10px 11px;
    width:0;
    height:0;
    position: absolute;
    margin-top: -20px;
}

#BIQ .BIQ_Autocomplete {
    border-bottom: 1px solid #3E3E3E;
    max-height: 200px;
    background-color: #048cde;
}

#BIQ .BIQ_Autocomplete .scroll {
    max-width: 285px;
    overflow: auto;
}

#BIQ .BIQ_Autocomplete ul {
    width: 285px;
    overflow: hidden;
}

#BIQ .BIQ_Autocomplete li {
    width: 285px;
    padding: 5px;
    padding-left: 5px;
    padding-right: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    cursor: pointer;
}

#BIQ .BIQ_Autocomplete li:hover {
    cursor: pointer;
    background-color: #bbd4e4;
    color: #535353;
    font-weight: bold;
}

#BIQ .BIQ_Autocomplete .location_AIRPORT {
    background-image: url('/imgs/location_icon_airport.png');
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-weight: bold;
    background-color: #14537C;
    height: 22px;
    line-height: 22px;
}

#BIQ .BIQ_Autocomplete .location_LOCATION {
    background-image: url('/imgs/location_icon_airport.png');
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-weight: bold;
    background-color: #14537C;
    height: 22px;
    line-height: 22px;
}

#BIQ .BIQ_Autocomplete .location_STATION {
    background-image: url('/imgs/location_icon_train.png');
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-weight: bold;
    background-color: #14537C;
    height: 22px;
    line-height: 22px;
}

#BIQ .BIQ_Autocomplete .location_TOWN {
    background-image: url('/imgs/location_icon_town.png');
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-weight: bold;
    background-color: #14537C;
    height: 22px;
    line-height: 22px;
}

#BIQ .BIQ_Autocomplete li.location_AIRPORT:hover,
#BIQ .BIQ_Autocomplete li.location_LOCATION:hover,
#BIQ .BIQ_Autocomplete li.location_STATION:hover,
#BIQ .BIQ_Autocomplete li.location_TOWN:hover {
    color: white;
}

#BIQ_Map_Canvas label {
	color: black !important;
}

#BIQ label {
    display: block;
    color: #FFFFFF;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.hide {
    display: none;
}

#BIQ .nop_field {
    font-size: 10px;
    color: #FFFFFF;
}

#BIQ #Price_Field {
    text-align: center;
    background-color: #535353;
    padding-bottom: 1px;
    background-image: none;
    border-top: none;
}

#BIQ #Price_Field .price {
    color: #FFFFFF;
    background-color: #F7BB00;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    text-shadow: 1px 1px 1px #535353;
    filter: dropshadow(color=#ffffff, offx=1, offy=1); 
    letter-spacing: 0.5px;
}

#BIQ .promo {
    background-color: rgb(255,161,0);
    padding: 5px;
    color: black;
}

#BIQ .promo .title {
    text-align: center;
    padding: 3px;
}

#BIQ .promo .text {
    text-align: center;
    padding: 3px;
}

#BIQ #People_Field_Select .ui-stars-star {
    margin-top: 7px;
}

#BIQ .DatePicker {
    display: none;
}

#BIQ .ui-datepicker {
    width: 279px;
}


#BIQ input {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    border: none;
    padding: 5px;
    padding-right: 5px !important;
    width: 100%;
}

#BIQ select {
    border: none;
    padding: 0px;
    margin: 0px;
    top: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    padding: 5px;
    width: auto;
    max-width: 211px;
}

#BIQ .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    font-size: 12px;
    padding: 0px;
    line-height: normal;
    height: 18px;
    background-color: #515151;
    color: white;
}

#BIQ option {
    padding: 5px;
    text-align: left;
}

#BIQ input[type=submit] {
    height: 30px;
    background-color: #356E95;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px;
    letter-spacing: 1px;
    border-top: 1px solid #1e3d53;
    border-bottom: 1px solid #1e3d53;
    cursor: pointer;
    color: white;
}

#BIQ input[type=submit]:hover {
    background-color: #23587f;
    border-color: #1e3d53;
}

#BIQ .promoInput {
    width: 75px;
    margin-left: 10px;
    text-transform: uppercase;
}

#BIQ .number_of_people {
    color: white;
    height: 30px;
    line-height: 30px;
    text-align: right;
    padding-right: 4px;
    display: none;
}

#BIQ #People_Field_Select p {
    padding-top: 0px;
}

#BIQ .F_PickupPoint {}

#BIQ .F_DestinationPoint {}

#BIQ .F_ViaPoint {}

#BIQ .F_Points {
    width: 205px;
    background-color: #FFFFFF;
    float: left;
}

#BIQ .Add_Icon {
    width: 15px;
    height: 20px;
    background-image: url('/imgs/common/add_green_circle.png');
    background-size: 15px 15px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

#BIQ .Remove_Icon {
    width: 15px;
    height: 20px;
    background-image: url('/imgs/common/remove_red_circle.png');
    background-size: 15px 15px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

#BIQ .F_Points_Valid .Null {

}

#BIQ .F_Points_Valid.Yes {
}

#BIQ .F_Points_Valid.No {
}

#BIQ .F_OutDate, #BIQ .F_ReDate {
    width: 90px;
    float: left;
    margin-right: 6px;
}

#BIQ .F_OutTime, #BIQ .F_ReTime {
    width: 50px;
    float: left;
    margin-right: 6px;
}

#BIQ .Form_Error {
    clear: both;
    display: block;
    line-height: 19px;
    margin-top: 7px;
    text-align: center;
    color: #FFFFFF;
    background-color: #DA5946;
    letter-spacing: 0.5px;
    padding-left: 7px;
    padding-right: 7px;
}

.SaveBookingForm {
    text-align: center;
    background-color: #B2D281;
    margin-top: 10px;
    margin-bottom: 15px;
}

.SaveBookingForm label {
    font-weight: bold;
}

.SaveBookingForm input[type=text] {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.SaveBookingText {
    background-color: #F1F1F1;
    padding: 5px;
    text-align: center;
    letter-spacing: 0.5px;
}

.SaveBookingList {
    padding-bottom: 15px;
}

.SaveBookingList dt {
    font-weight: bold;
}

.SaveBookingList dd {
    padding-left: 20px;
    background-image: url('/imgs/common/tick.png');
    background-size: 12px 12px;
    background-position: left center;
    background-repeat: no-repeat;
}

#SaveBookingPage {
    background-color: #3C3C3C;
}

#BIQ_PaymentPage .overlay {
    width: 100%;
    height: 100%;
    background-color: #535353;
    z-index: 500;
    position: fixed;   
    margin: 0;
    padding: 0;
    background: url(/js/thickbox/macFFBgHack.png) repeat;
    background-color:#000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#BIQ_PaymentPage div#BIQ {
    border-radius: 0px 20px 0px 20px;
    position: relative;
    z-index: 501;
}

#BIQ_Payment_Info {
    position: relative;
    z-index: 501;
    border-radius: 0px 20px 0px 20px;
    background-color: white;
    padding-top: 25px;
    padding-bottom: 20px;
    width: 100%;
}

#BIQ_Payment_Info .text {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    text-shadow: 1px 1px 1px #535353;
    filter: dropshadow(color=#ffffff, offx=1, offy=1); 
    letter-spacing: 0.5px;
    padding-right: 15px;
}

#BIQ_Payment_Info dl {
    padding: 3px;
    padding-left: 15px;
    margin-right: 20px;
    margin-left: 15px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

#BIQ_Payment_Info dt {
    float: left;
    color: #535353;
    font-size: 12px;
}

#BIQ_Payment_Info dd {
    float: right;
}

#BIQ_Payment_Info.BIQ_Payment_Success {
    border: 1px solid #CCCCCC;
    box-shadow: 5px 5px 5px #CCC;
}

#BIQPay input, #BIQPay textarea {
    width: 300px;
    border: 1px solid #737373;
    font-size: 12px;
    font-family: Helvetica, Arial;
    padding: 5px;
}

.field_selected {
    background-color: #F9F9F9;
}

#BIQPay input[type="submit"], .secure-button {
    height: 30px;
    background-color: #356E95;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px;
    letter-spacing: 1px;
    border: 1px solid #1e3d53;
    cursor: pointer;
    color: white;
}

#BIQPay input[type="submit"]:hover {
    background-color: #1e3d53;
} 

#Payment_Cancel {
    position: relative;
    z-index: 501;
    margin: 0 auto;
    width: 250px;
    height: 30px;
    background-color: #CCCCCC;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    color: #535353;
    text-align: center;
    line-height: 30px;
    border: 3px solid white;
    border-radius: 0px 20px 0px 20px;
    margin-top: 10px;
    cursor: pointer;
    text-decoration:none !important;
}

#Payment_Cancel a {
    text-decoration: none;
    outline: none;
    color: #535353;
}

#Payment_Return, #Users_Dashboard_Return {
    position: relative;
    z-index: 501;
    margin: 0 auto;
    width: 250px;
    height: 50px;
    background-color: rgb(170,202,87);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    color: #535353;
    text-align: center;
    line-height: 50px;
    border: 3px solid white;
    border-radius: 0px 20px 0px 20px;
    margin-top: 10px;
    cursor: pointer;
    text-decoration:none !important;
}

#Users_Dashboard_Return {
    background-color: #008DD4;
    color: white;
}

#Payment_Return:hover {
    border-color: #CCCCCC;
}

#Payment_Cancel :link, #Payment_Cancel :visited {
    text-decoration:none !important;
    color: #535353;
}

#Payment_Cancel:hover {
    background-color: #ae3c2c;
    color: white;
}

.SecureText {
    height: 31px;
    line-height: 31px;
    padding-right: 10px;
    font-size: 10px;
}

#BIQ.BIQ_Payment #Top #Top_Left {
    background-color: white;
}

#BIQ.BIQ_Payment #Top #Top_Right {
    background-image: none;
}

#BIQ.BIQ_Payment .BIQ_Element {
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #F1F1F1;
    background-image: none;
    background-color: white;
    background-repeat: repeat-x;
    background-position: bottom;
    color: black;
}

#BIQ.BIQ_Payment .BIQ_Element .floatLeft, #BIQ.BIQ_Payment .BIQ_Element .floatRight {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    padding: 7px;
}

#BIQ.BIQ_Payment .BIQ_Element .floatLeft {
    letter-spacing: 0.5px;
}

#BIQ.BIQ_Payment .BIQ_Element p{
    color: #414141; 
    line-height: 15px;
}

#BIQ.BIQ_Payment label {
    height: auto;
    line-height: normal;
    color: #535353;
}

#BIQ.BIQ_Payment #Bottom #Bottom_Left {
    background-image: none;
    border: none;
    background-image: none;
}

#BIQ.BIQ_Payment #Bottom #Bottom_Middle {
    background-image: none;
    background-color: white;
}

#BIQ.BIQ_Payment #Bottom #Bottom_Right_Fill {
    background-color: white;
}

#BIQ.BIQ_Payment #Top #Top_Left p {
    color: #535353;
}

#BIQ_Payment_Info dl.no_border {
    border: none;
}

#BIQ.BIQ_Payment {
    background-color: white;
}

#BIQ.BIQ_Payment #Top {
    background-image: none;
}

.SecureInfo {
    background-color: #F1F1F1;
}

#BIQ_PaymentPage #Top_Navigation_Utmost  {
    height: 45px;
}

#BIQ_Payment_Info .runner {
    height: 10px;
    line-height: 10px;
    padding: 5px;
    margin-left: 15px;
    margin-right: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: bold;
}


#BIQ_Payment_Info dl#Errors {
    padding: 0px;
    margin: 0px;
    width: 100%;
    border: none;
    text-align: center;
    line-height: normal;
    height: auto;
}

#BIQ_Payment_Info dl#Errors dd {
    text-align: center;
    float: none;
    padding: 10px;
}

#BIQ :link, #BIQ :visited {
    text-decoration:none !important;
}

#VehicleSelector {
    height: 50px;
    padding-bottom: 2px;
}

#VehicleSelector .goLeft {
    float: left;
    background-position: 5px;
}

#VehicleSelector .goRight {
    float: right;
    background-position: -72px;
}

#VehicleSelector .goLeft, #VehicleSelector .goRight {
    background-image: url('/imgs/vehicleChooser.png');
    background-repeat: no-repeat;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 22px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

#VehicleSelector .goLeft:hover {
    background-position: -10px;
}

#VehicleSelector .goRight:hover  {
    background-position: -56px;
}

#VehicleSelector .content {
    width: 230px;
    position: absolute;
    margin-left: 20px;
    padding: 5px;
}

#VehicleSelector .name {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
    float: left;
    height: 50px;
    line-height: 40px;
}

#VehicleSelector {
    border-top: none;
}

.BIQ_Complete h3 {
    font-weight: normal;
    font-size: 20px;
    margin-top: 3px;
    margin-right: 0pt;
    margin-bottom: 5px;
    margin-left: 0pt;
}

.BIQ_Complete p {
    line-height: 20px;
    color: #555555;
}

.BIQ_Complete strong {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.BIQ_Complete .leftFloat {
    width: 410px;
    padding: 20px;
}

.BIQ_Complete .rightFloat {
    width: 409px;
    padding: 20px;
    float: right;
    border-left: 1px solid #CCCCCC;
}

.taxicode_icon {
    padding-top: 8px;
    padding-left: 15px;
}

.ui-autocomplete-loading { 
    background-image: none;
}

.ui-autocomplete {
    max-height: 300px;
    max-width: 350px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    font-size: 10px;
    color: #535353;
    pading-right: 0px;
    margin-right: 0px;
}

.ui-menu-item-alternate {
    font-weight: normal;
    font-size: 12px;
    max-width: 300px;
    width: 300px;
    overflow: hidden;
}

#BIQ #Submit_Field {
    text-align: center;
    border-top: none;
    padding: 10px;
    padding-bottom: 0px;
    display: none;
}

#BIQ #Submit_Field .button {
    background-repeat: no-repeat;
    width: 252px;
    height: 37px;
    margin: 0 auto;
    cursor: pointer;
}

#BIQ #Submit_Field .button:hover {
    background-position: -253px;
}

#BIQ #Submit_Field .button.locksmith {
    background-image: url('/imgs/locksmiths/buttonlocks.png');
}

#BIQ #Submit_Field .button.locksmith:hover { 
    background: url('/imgs/locksmiths/buttonlocksover.png');
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
*/

* html .ui-autocomplete {
    height: 300px;
}

#VehicleChoices {
    background-color: white;
    margin-bottom: 40px;
    color: #535353;
}

#vehicle_table {
    background-color: white;
}

#vehicle_table th {
    text-align: center;
    height: 20px;
    background-color: white;
}

#vehicle_table tr {
    border-bottom: 1px solid #CCC;
    background-color: #F1F1F1;
}

#vehicle_table td {
    text-align: left;
    vertical-align: middle;
    width: 16%;
    text-align: center;
}

#vehicle_table img.vehicleImage {
    border-right: 1px solid #CCC;
}

.vehicle_people {
    background-image: url('/imgs/taxicode/booking_icon_people.png');
    background-size: 25px 45px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    height: 55px;
}

#vehicle_table .vehicle_luggage {
    background-image: url('/imgs/taxicode/booking_icon_luggage.png');
    background-size: 31px 23px;
    background-repeat: no-repeat;
    background-position: 0px 50%;
}

#vehicle_table .vehicle_handluggage {
    background-image: url('/imgs/taxicode/booking_icon_smallluggage.png');
    background-size: 18px 14px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

#BIQ_Map_Canvas {
//    display: none;
}

.Show_Map {
    display: none;
    line-height: 20px;
    cursor: pointer;
}

#BIQ_Options {
    padding: 5px;
    text-align: center;
}

#BIQ_Options a {
    color: #535353;
    border-bottom: 1px dotted #535353;
    margin-right: 5px;
}

#BIQ #Submit_Field .button.getprice {
    background-image: url('/imgs/locksmiths/callbackbuttons.png');
}
